home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / bbs / FileLister144.readme < prev    next >
Text File  |  1995-07-02  |  24KB  |  568 lines

  1. Short:    V1.44 of the best TA online filelister
  2. Author:   s_supp@ira.uka.de
  3. Uploader: s_supp@ira.uka.de
  4. Type:     comm/bbs
  5.  
  6.                        Transamiga FileLister V1.44
  7.                        ---------------------------
  8.  
  9.                     written 1993-95 by Mathias Supp
  10.  
  11.           Sysop of the Amiga Inside I Line 1: ++49(0)721-854112
  12.                                       Line 2: ++49(0)721-841292
  13.                                       Line 3: ++49(0)721-841230
  14.  
  15.                 reachable via : 2:2476/539.0@fidoclassic
  16.                                 39:173/50.0@amiganet
  17.                                  s_supp@ira.uka.de
  18.  
  19.          Modem : 1. ZyXEL U-1496E Plus - 1200-19200bps [V32(bis),ZyX]
  20.                  2. Digitech LC288VFC  - 1200-28800bps [V32(bis),VFC]
  21.                  3. Digitech LC288VFC  - 1200-28800bps [V32(bis),VFC]
  22.                           Release : 21.05.1995
  23.  
  24. =============================== Copyright ==================================
  25.  
  26. Filelister is shareware. All rights a reserved by the author.
  27.  
  28. The test version of FileLister has no limits except of a nerv text at the
  29. start and the end of EVERY filelist call.
  30.  
  31. Shareware donation : for Germany     DM25.-
  32.                      other countries $US20.- (postal costs included)
  33.  
  34. How to register :
  35. -----------------
  36. Send the donation to the following address :
  37. Mathias Supp
  38. Görresstr. 29
  39. 76185 Karlsruhe
  40. Germany
  41.  
  42. or use your bank : Badische Beamtenbank
  43.                    BLZ: 66090800
  44.                    KNr: 3426580
  45.  
  46. Send me also your COMPLETE name and address.
  47.  
  48. ============================== Introduction ================================
  49.  
  50. In 1993 May, 19th I started programming a filelist replacement for Trans-
  51. amiga in Pascal. Although I have programmed an ARexx version of such a
  52. utility in the beginning of 1993, I was frustrated about the speed ARexx.
  53. Therfore I converted my first 3000 lines to Pascal.
  54.  
  55. Filelister wasn't developed to save memory ! If you haven't at least 1MB
  56. of free fast memory when TA was started you shouldn't use Filelister. As
  57. there are many possible memory configurations you have several options to
  58. waste your memory ( ;-) ) and get speed improvement.
  59.  
  60. Because of the problem of memory fragmentation on low memory machines the
  61. archive contains a little ARexx utility to check your largest free block.
  62. Dependent on this block this program resets your machine to get cleaned
  63. memory.
  64.  
  65. You need at least 18452 Bytes of Stack.
  66.  
  67. Filelister was tested with enforcer and mungwall which tells no hits !
  68.  
  69. ============================== Installation ================================
  70.  
  71. - copy FileLister or FileLister_NC to BBS:Bin/
  72.   (if you use the NoCheck version rename it to FileLister)
  73.  
  74. - copy FileLister.Cfg.Deutsch or FileLister.Cfg.English to BBS:Configs/
  75.   and rename it to FileLister.Cfg
  76.  
  77. - copy ReadFLData.0x0 depending on your system to BBS:Bin/ and rename
  78.   it to ReadFLData
  79.  
  80. - copy FreeFLData to BBS:Bin/
  81.  
  82. - look at Example.trans, duplicate it and change the ARexx commands
  83.   dependent of the wanted action (or use my examples; see later)
  84.  
  85. - copy DeleteMarks.trans to BBS:Rexx/ (sorry, german only so far :-( )
  86.  
  87. - copy FL.Help* to BBS:Text/ (ATTENTION : default = german, delete
  88.   FL.Help[.255][.ANSI] and remove ".english" from the english language
  89.   filename to get english as default
  90.  
  91. - copy #?.FL.Lang to BBS:Configs/
  92.  
  93. - copy GetFile to BBS:Bin/
  94.  
  95. - edit FileLister.Cfg at BBS:Configs and look at the descriptions of
  96.   the keywords
  97.  
  98. - edit your "File.Cmds" and set an unused character for the filelist
  99.   commands; additionally set access to 256 for this lines
  100.   Example : File.Cmds
  101.   ; ********************** *** ********
  102.   G Good-Bye (Log off)       0 --------
  103.   Q Quit to Main Menu        0 --------
  104.   H Help With Commands       5 --------
  105.   A Change Area              5 --------
  106.   K Kill File              250 --------
  107.   ~ Files in Current Area  256 --------
  108.   ~ New Files              256 --------
  109.   ~ Download File          256 --------
  110.   ~ Search File List       256 --------
  111.   M Move File              250 --------
  112.   U Upload File             10 --------
  113.   V View Archive Contents    5 --------
  114.   ~ Entire File List       256 --------
  115.   R Read Text File           5 --------
  116.   I Information on File      5 --------
  117.   ~ Browse Mode Toggle     256 --------
  118.   ~ Clear Marked Files     256 --------
  119.  
  120. - create/edit "File.Rx" and add the FileLister commands
  121.   Example : File.Rx
  122.   ; ********************** *** ******** **************************************
  123.   E list new files           5 -------- NewFiles.trans
  124.   F list files               5 -------- AllFiles.trans
  125.   S search files             5 -------- SearchFiles.trans
  126.   D download Files           5 -------- Download.trans
  127.   L delete marks             5 -------- DeleteMarks.trans
  128.  
  129. - replace all original filelist calls in your rexx programms (especially
  130.   logon.trans !)
  131.  
  132. - if you want to use TACFl, look at the archiv :-)
  133.  
  134. - more informations on "starting filelister"
  135.  
  136. =========================== Contents of Archive ============================
  137.  
  138.   - FileLister             : The programm
  139.   - FileLister_NC          : The program WITHOUT stack/subrange/...-checking
  140.                              Be carefull, because in the case of a program
  141.                              error your machine will crash surely.
  142.                              Advantage : higher execution speed
  143.   - FileLister.DOC         : This documentation
  144.   - FileLister.DOK         : German documentation without installing infos
  145.                              (sorry) and the complete history of Filelister
  146.   - FileListerTech.DOK     : Technical infos for developers
  147.                              (sorry, german only at the moment)
  148.   - History.DOC            : History since first public release
  149.   - Example.trans          : Example ARexx script how to call Filelister
  150.                              Additional the scripts for the above "File.Rx"
  151.                              - NewFiles.trans
  152.                              - AllFiles.trans
  153.                              - SearchFiles.trans
  154.                              - Download.trans
  155.   - Logoff.trans           : Necessary entries for logoff.trans
  156.   - CheckMem.Rexx          : Tests largest free memory block
  157.   - Reset                  : Does it :-)
  158.   - DeleteMarks.trans      : Script to unmark files. Will be soon replaced
  159.                              with a Pascal version.
  160.   - Upload.Trans           : Example when using "MemoryLamer NO"
  161.   - FileLister.Cfg.Deutsch : Example config for filelister with german and
  162.   - FileLister.Cfg.English   english comments.
  163.                              ALL keywords are documented. If Filelister
  164.                              doesn't find this it use an implemented
  165.                              standart config which is the same as this
  166.                              sample config.
  167.   - Deutsch.FL.Lang        : Example file for german text output
  168.   - English.FL.Lang        : Example file for english text output
  169.   - FL.Help*               : The online help texts
  170.                              Format : FL.Help[.Access][.Language][.ANSI]
  171.                              Included help texts :
  172.                              FL.Help
  173.                              FL.Help.ANSI
  174.                              FL.Help.255
  175.                              FL.Help.255.ANSI
  176.                              FL.Help.Deutsch
  177.                              FL.Help.Deutsch.ANSI
  178.                              FL.Help.255.Deutsch
  179.                              FL.Help.255.Deutsch.ANSI
  180.                              FL.Help.English
  181.                              FL.Help.English.ANSI
  182.                              FL.Help.255.English
  183.                              FL.Help.255.English.ANSI
  184.   - TACFl156.lha           : Filelist generator which can create an index
  185.                              file for Filelister and can use its memory
  186.                              when an INTERNAL sorted index was created
  187.   - MakeIndex              : Example script to create an EXTERNAL sorted
  188.                              index for Filelister. Only usefull if there is
  189.                              not anough memory to usw an INTERNAL sorted
  190.                              index. (see LOADINDEX ARexx command)
  191.   - ReadFLData.0?0         : Replacement for LOADINDEX-Command. Loads an in-
  192.                              ternal fileindex into the memory. Should be
  193.                              executed BEFORE starting any filelisters !
  194.                              Template : ReadFLData CONFIGPATH/A SHOWNEW/K
  195.                                                    NOTININDEX/K
  196.                              ATTENTION : ShowNew and NotInIndex should
  197.                              have the same values as specified in
  198.                              Filelister.Cfg !!
  199.   - FreeFLData             : deallocate memory from ReadFLData
  200.   - GetFile                : Helps you to find files very quickly when
  201.                              using an INTERNAL sorted index.
  202.                              Execution : GetFile NAME/A/M
  203.                              OS2.x+ patterns are allowed. This is version
  204.                              2.4.
  205.  
  206. ================================ Filelist ==================================
  207.  
  208.   General :
  209.   ---------
  210.  
  211.   Independent of your choise (Mark, Info) in the prompt, you can enter
  212.   one of the four possible types of file selecting :
  213.  
  214.   1. number (stays before each fileline)
  215.  
  216.   2. number range (e.g. 1-5 for selecting the files from number 1 to 5)
  217.  
  218.   3. filename (who guessed ? ;-) )
  219.  
  220.   4. pattern (OS2.x+ compatible filepattern)
  221.      Features :  * or #?  - matches all
  222.                  #x       - matches any amount of x (even 0 !)
  223.                  ?        - matches one character
  224.                  [a-d]    - matches characters a to d
  225.                  a|d      - matches a or d
  226.                  ~x       - matches unequal x
  227.      Examples : ff(99[1-9]|1000).lha => ff991.lha to ff999.lha & ff1000.lha
  228.                 recent[0-9]#[0-9]    => recent00... to recent99...
  229.  
  230.   All types of selecting can be used at one time by using "," or spaces.
  231.   e.g. : 1,xx,ff#? 5-10 "name,extension"
  232.  
  233.   In this example you can see the situation, if a file has a "," in its
  234.   name. For this case there are quotes. Characters between quotes will
  235.   be used as you write them.
  236.  
  237.  
  238.   Cursor keys
  239.   -----------
  240.  
  241.   While prompt is displayed, you can use your cursor keys to mark or
  242.   unmark certain files. Simply choose cursor up or the numeric keys
  243.   (Up,Home,End,PgUp,PgDn) to step through the screen. If there was more
  244.   than one page shown, you can go back with SHIFT+Up or the numeric key
  245.   9 and forward with SHIFT+Down or the numeric key 3.
  246.  
  247.   RETURN or SPACE marks and demarks a selected file.
  248.  
  249.   Marked files are shown with a star between the number and the filename.
  250.   So you'll see imediately which files are marked and which not.
  251.  
  252.  
  253.   Mark prompt
  254.   -----------
  255.  
  256.   Trying to mark one file twice will cause a request if you'll want to
  257.   unmark this file. Otherwise files will be listed with length and
  258.   total length of all marks. Marked files also get stars like cursor
  259.   marking does.
  260.  
  261.  
  262.   Info prompt
  263.   -----------
  264.  
  265.   Some files may have a long description that contains more informations.
  266.   1. extact length in bytes
  267.   2. uploader name
  268.   3. long description of the file (has no 40 characters limit)
  269.  
  270.   ANSI users won't loose the displayed lines above because Filelister
  271.   completes the screen after returning to the prompt.
  272.  
  273.  
  274.   Fake prompt (Co-)Sysop function
  275.   -----------
  276.  
  277.   Sometimes there may be uploads which are fakes, old in the bad case
  278.   or special wanted uploads, very new upload in the good case. This
  279.   subroutine gives you the possibility to give the user certain credits
  280.   for his upload :
  281.   - After activation you'll ask for the user's name. If
  282.     the .Desc-file contains the right name you can simply press RETURN.
  283.     Otherwise enter the name of the user.
  284.   - Faker now tells you the correct file length in bytes
  285.   - Then you can enter an integer-value (-32768 ... 32767) to be multi-
  286.     plied to the file length and added to the user's upload value.
  287.   - You get the informations of the actions (new upload value etc.)
  288.   - Because Faker sends a mail to the user when you add/subtract uploaded
  289.     bytes from him, you can enter a max. 50 characters reason for your
  290.     behaviour.
  291.   - If you entered a negative value to be multiplied to the file length,
  292.     you can immediately delete this file
  293.  
  294.  
  295.   Delete prompt (Co-)Sysop function
  296.   -------------
  297.  
  298.   Normally self documenting, but although some infos :
  299.   If you select more than one file (e.g. you enter "1-10" or a pattern)
  300.   you'll get a request for deletion for each file, except you entered
  301.   "A" for all. After "A" you can say goodbye to all selected files
  302.   Maybe you're fast anough to break with Space or CTRL+C. :-)
  303.   "Q" lets return you to the prompt.
  304.  
  305.  
  306.   Changedesc prompt (Co-)Sysop function
  307.   -----------------
  308.  
  309.   Simply changes the short description of a certain file. If there is
  310.   no downloadcounter, Filelister adds the default (Filelister.Cfg).
  311.  
  312.  
  313.   ATTENTION : If you use one of the (co-)sysop functions, changes will
  314.               be done at the lowest state (Files.BBS/directories/
  315.               .Desc-files). Filelister don't recognize these actions !
  316.               (not yet :-) ) Be carefull when using this features in a
  317.               multiline BBS.
  318.  
  319.  
  320.   Download menu
  321.   -------------
  322.  
  323.   Shows you marked files and displays a mark prompt. It has the same
  324.   function as the mark prompt in the list except of setting/unsetting
  325.   the star.
  326.  
  327. =========================== Starting Filelister ============================
  328.  
  329. Even FileLister is written in Pascal it can be made resident with
  330. "RESIDENT BBS:Bin/FileLister FORCE"
  331.  
  332. Filelister knows two parameters : BBSLINE/A/N,CONFIG/K
  333.  
  334. BBSLine : number of the BBS line
  335. Config  : name of the filelister config file
  336.           (default : BBS:Configs/FileLister.Cfg)
  337.  
  338. If you're using MEMORYLAMER NO _and_ USEINDEX YES you MUST load the index
  339. manually via ARexx. First you have to start Filelister with the linenumber
  340. as the parameter.
  341. Example :
  342. run bbs:bin/FileLister 0
  343. waitforport FILELISTER.0
  344. rx "address 'FILELISTER.0' 'LOADINDEX bbs:configs/transamiga.cfg'"
  345.                         ^ for Line 0
  346.  
  347. Do this after Transamiga was started.
  348.  
  349. ============================= ARexx commands ===============================
  350.  
  351. NEWFILES        : Call newfiles scan
  352.  
  353. ALLNEWFILES     : Call newfiles scan of all areas
  354.  
  355. AREAFILES       : Show files of the actual area
  356.  
  357. ALLFILES        : Show files of all areas
  358.  
  359. LISTFILES       : Show files and ask if list all or actual area
  360.  
  361. SEARCHFILES     : Call searchfiles scan
  362.  
  363. DOWNLOAD        : Call download routine
  364.  
  365. MARK            : Does the same as in the filelist except the screen
  366.                   outputs !
  367.                   Parameters :
  368.                   - Number (if something was lister before)
  369.                   - Pattern (ATTENTION : no break possible until done)
  370.                   - Name
  371.                   - some of the above separated by komma or space
  372.                   mit der Ausnahme, dass KEINERLEI Bildschirmausgaben
  373.                   Example :
  374.                   RX "ADDRESS 'FILELISTER.0' 'MARK ff901.lha,ff80?.lha'"
  375.  
  376. RESCAN [No]     : Deallocate memor of the last listet files. If "No" is
  377.                   given a certain area will be read again. When using
  378.                   MemoryLamer NO and PutNotInIndex is empty you MUST
  379.                   call this function after EVERY upload. (see Upload.Trans)
  380.  
  381. LOADINDEX [Cfg] : Loads ALL Files.BBS' and creates a sorted index in the
  382.                   memory. "Cfg" (=Masterconfig of TA !) should be given
  383.                   because TA doesn't give any informations about the master-
  384.                   config when it's offline. The ENV variable "TA.Index"
  385.                   was created (see FileLister_Tech)
  386.  
  387.                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  388.                   Removed since V1.3 !!!! If you try to use this command
  389.                   Filelister will tell you how to use ReadFLData :-)
  390.  
  391. QUITFILELISTER
  392. or QUIT         : remove Filelister from memory and free ARexx port
  393.  
  394. Example to quit Filelister on line 0 :
  395. RX "ADDRESS 'FILELISTER.0' 'QUITFILELISTER'"
  396.  
  397. ============================================================================
  398.  
  399. Known problems :
  400. ----------------
  401.  
  402. - some messages (from CLI-Commands) are still german
  403. - FilelisterTech.DOK not yet available in english
  404. - Filelister crashes on low stack (should be at least >25kB)
  405.  
  406. ============================================================================
  407.  
  408. Do to :
  409. -------
  410.  
  411. There are many things to do :-) If you're quiet good in german, read the
  412. german documentation for more informations.
  413.  
  414. ============================================================================
  415.  
  416. Thanks to : (in alphabetical order)
  417. -----------
  418. Daniel Baumgartl  (former beta tester)
  419. Thomas Boerkel    (beta tester)
  420. Jens Depenau      (beta tester)
  421. Michael Doerr     (shocked user :-) )
  422. Martin Eitel      (shocked user :-) )
  423. Bernd Ernesti     (shocked user :-) )
  424. Mario Jung        (former beta tester)
  425. Hartmut Meiering  (beta tester)
  426. Sami Radwan       (beta tester and TA developer)
  427. Yves Rausch       (beta tester)
  428. Mathias Supp      (for TACfl ;-) )
  429. Alexander Wiggert (shocked user :-) )
  430.  
  431. for tests, suggestions, bug report
  432.  
  433.  
  434. have fun
  435.  
  436. Mathias
  437.  
  438. P.S. : Sorry for my bad school english but I hope you understood what
  439.        I mean.
  440.  
  441. ----------------------------------------------------------------------------
  442.  
  443. History
  444. -------
  445.  
  446. V1.0  - 25.07.94 : First public release
  447.  
  448. V1.1  - 29.07.94 : The CONTINUE-prompt now has also an entry in the
  449.                    language files (thanks to Chris).
  450.                    Demarking in the download-menu no more cause a crash.
  451.  
  452. NOT PUBLIC RELEASED VERSIONS
  453.  
  454.         31.07.94 : Filelister now recognices idle timeout.
  455.         04.08.94 : GetFile was rewritten to C. This causes a speed
  456.                    improvemt while pattern searching up to 7 times.
  457.         10.08.94 : GetFile can now search through the complete fileline.
  458.                    This mean you can also search for a descriptions,
  459.                    dates and filelenths. Patterns are also possible.
  460.                    New parameter : CompleteLine or CL
  461.  
  462. V1.2  - 12.08.94 : Serious bug while using the timer.device removed.
  463.                    Filelister should no longer drop out users with the
  464.                    idle-timeout-message when they call a filelist. Thanks
  465.                    to Thomas for the BlitzBlank source.
  466.  
  467. NOT PUBLIC RELEASED VERSIONS
  468.  
  469.         12.08.94 : LOADINDEX was replaced by a C-Tool (ReadFLData). It
  470.                    sorts the index up to 8 times faster.
  471.  
  472.         15.08.94 : ReadFLData (Index-Load-Replacement) acknowledges if
  473.                    an index is already in memory. GetFile no more says
  474.                    a listed file doesn't exist.
  475.  
  476.         27.08.94 : Filelister know uses the right system-path of TA every-
  477.                    time and get the right idle time.
  478.  
  479.         28.08.94 : Example.Trans corrected. Thanks to Michael Schaffner.
  480.  
  481. V1.3  - 18.09.94 : The moment is here :-) Filelister can be registered
  482.                    and this version will check if there's a correct
  483.                    keyfile.
  484.  
  485. V1.31 - 21.09.94 : Bug removed while using command key stacking with
  486.                    country specific keys (J/A/...). ReadFLData got a
  487.                    workarround for Kickpascal. Protocolnames now should
  488.                    have the correct name :-)
  489.                    New versions : Filelister[_NC]
  490.                                   ReadDLData[020/040]
  491.                                   FreeFLData
  492.  
  493. V1.32 - Testversion, not released.
  494.  
  495. V1.33 - 06.10.94 : Thanks to Thomas for reporting a serious bug that
  496.                    allowed standard users to mark files out of the Sysop-
  497.                    Area ! (Patternmarking was possible :-((( )
  498.  
  499. V1.4  - 19.10.94 : Because of nerving users ( ;-) ), you can now select
  500.                    the areas to list while new/search/all-files scan.
  501.                    Simply say NO to the question to scan all areas.
  502.  
  503. V1.41 - 09.11.94 : Filelister, TACfl, ReadFLData sometimes crashes with
  504.                    some Files.BBS of the AmiNet-CD Vol. 4. The reason was
  505.                    that there're line longer than 100 characters. Thanks
  506.                    to Harald Meinzer for detailed reporting.
  507.  
  508.         19.01.94 : Now GetFile also shows ALL occurrence of one file if
  509.                    there are more than one. Additional you can select
  510.                    the areas to be scanned.
  511.         28.01.95 : Added parameter "DELEMPTY" to TACfl (see doc)
  512.  
  513. V1.42 - 03.03.95 : Total length of files will now be calculated correctly
  514.                    in download menu even if some files was unmarked.
  515. V1.43 - 12.03.95 : Filelister now aborts the trial of marking a file that
  516.                    contains a : or / . Before there was some strange
  517.                    AmigaDOS requesters.
  518. V1.44 - 21.05.95 : From now on there comes a info line if new/search/all/
  519.                    area/list-scan was unsuccessful. Texte 111-115 added
  520.                    to config file.
  521.  
  522.  
  523. ============================= Archive contents =============================
  524.  
  525. Original  Packed Ratio    Date     Time    Name
  526. -------- ------- ----- --------- --------  -------------
  527.   218044   59708 72.6% 21-May-95 11:16:54 +FileLister
  528.   202280   58501 71.0% 21-May-95 11:17:14 +FileLister_NC
  529.     8136    5081 37.5% 09-Oct-94 11:27:04 +FreeFLData
  530.    16548    9769 40.9% 19-Jan-95 23:47:52 +GetFile
  531.    12564    7785 38.0% 09-Nov-94 13:12:38 +ReadFLData
  532.    12540    7796 37.8% 09-Nov-94 13:13:12 +ReadFLData.020
  533.    12540    7797 37.8% 09-Nov-94 13:15:36 +ReadFLData.040
  534.      248     182 26.6% 13-Sep-94 16:15:56 +Reset
  535.     4987    1769 64.5% 20-May-95 17:48:12 +Deutsch.FL.Lang
  536.     4515    1591 64.7% 20-May-95 17:50:04 +English.FL.Lang
  537.    11739    4696 59.9% 20-May-95 17:48:04 +FileLister.Cfg.Deutsch
  538.     8146    3185 60.9% 20-May-95 17:49:56 +FileLister.Cfg.English
  539.    17271    6284 63.6% 21-May-95 11:18:12 +FileLister.DOC
  540.    39392   13528 65.6% 21-May-95 11:20:24 +FileLister.DOK
  541.     3154    1258 60.1% 09-Oct-94 11:27:08 +FileListerTech.DOK
  542.     3634    1565 56.9% 21-May-95 11:21:48 +History.DOC
  543.       61      61  0.0% 13-Sep-94 16:15:54  MakeIndex
  544.      362     213 41.1% 13-Sep-94 16:16:16 +Allfiles.Trans
  545.      985     397 59.6% 13-Sep-94 16:15:54 +CheckMem.Rexx
  546.     4325    1330 69.2% 13-Sep-94 16:15:54 +DeleteMarks.trans
  547.      361     218 39.6% 13-Sep-94 16:16:16 +Download.Trans
  548.      796     361 54.6% 13-Sep-94 16:15:54 +Example.trans
  549.     1794     703 60.8% 13-Sep-94 16:15:54 +Logoff.trans
  550.      361     215 40.4% 13-Sep-94 16:16:16 +Newfiles.Trans
  551.      367     219 40.3% 13-Sep-94 16:16:16 +Searchfiles.Trans
  552.      452     288 36.2% 13-Sep-94 16:15:54 +Upload.Trans
  553.    30643   30643  0.0% 28-Jan-95 15:52:18  TACFl158.lha
  554.     3302    1462 55.7% 13-Sep-94 16:15:54 +FL.Help
  555.     5564    2387 57.0% 13-Sep-94 16:15:54 +FL.Help.255
  556.     5859    2451 58.1% 13-Sep-94 16:15:54 +FL.Help.255.ANSI
  557.     5564    2387 57.0% 13-Sep-94 16:15:54 +FL.Help.255.Deutsch
  558.     5859    2451 58.1% 13-Sep-94 16:15:54 +FL.Help.255.Deutsch.ANSI
  559.     4633    2043 55.9% 13-Sep-94 16:15:54 +FL.Help.255.English
  560.     4928    2102 57.3% 13-Sep-94 16:15:54 +FL.Help.255.English.ANSI
  561.     3493    1510 56.7% 13-Sep-94 16:15:56 +FL.Help.ANSI
  562.     3302    1462 55.7% 13-Sep-94 16:15:54 +FL.Help.Deutsch
  563.     3493    1510 56.7% 13-Sep-94 16:15:54 +FL.Help.Deutsch.ANSI
  564.     2716    1273 53.1% 13-Sep-94 16:15:54 +FL.Help.English
  565.     2905    1316 54.6% 13-Sep-94 16:15:54 +FL.Help.English.ANSI
  566. -------- ------- ----- --------- --------
  567.   667863  247497 62.9% 22-May-95 23:12:10   39 files
  568.